mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-19 22:41:43 +01:00
Working on Docker Compose | Update binding port
This commit is contained in:
@@ -57,7 +57,7 @@ services:
|
||||
- traefik.http.routers.sql.tls=true
|
||||
- traefik.http.routers.sql.tls.certresolver=lets-encrypt
|
||||
- traefik.docker.network=proxy
|
||||
- traefik.port=443
|
||||
- traefik.port=3306
|
||||
volumes:
|
||||
- "/root/mariadb/data:/var/lib/mysql"
|
||||
redis:
|
||||
@@ -73,6 +73,6 @@ services:
|
||||
- traefik.http.routers.redis.tls=true
|
||||
- traefik.http.routers.redis.tls.certresolver=lets-encrypt
|
||||
- traefik.docker.network=proxy
|
||||
- traefik.port=443
|
||||
- traefik.port=6379
|
||||
volumes:
|
||||
- "/root/redis/:/usr/local/etc/redis/"
|
||||
|
||||
Reference in New Issue
Block a user