Fix port mapping due to YAML interpreting numbers with a colon as base 60 numbers
This commit is contained in:
@@ -98,8 +98,8 @@
|
||||
name: gitea
|
||||
image: docker.io/gitea/gitea:latest
|
||||
state: present
|
||||
ports:
|
||||
- 22:22
|
||||
publish:
|
||||
- "22:22"
|
||||
network:
|
||||
- traefik-gitea
|
||||
- mariadb-gitea
|
||||
|
||||
Reference in New Issue
Block a user