Fix port mapping due to YAML interpreting numbers with a colon as base 60 numbers

This commit is contained in:
Francesco Antognazza 2023-02-15 14:02:56 +01:00
parent 7bc4235fd3
commit b5be87961a
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -94,9 +94,9 @@
name: traefik
image: docker.io/traefik:latest
state: present
ports:
- 80:80
- 443:443
publish:
- "80:80"
- "443:443"
security_opt:
- label=type:container_runtime_t
volume: