mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-21 23:40:40 +01:00
Change Dockerfile and docker-compose.yml file
This commit is contained in:
@@ -19,7 +19,7 @@ services:
|
||||
- traefik.docker.network=proxy
|
||||
- traefik.port=443
|
||||
ports:
|
||||
- 3333:3333
|
||||
- 3333:3333
|
||||
networks:
|
||||
- internal
|
||||
- proxy
|
||||
@@ -59,7 +59,7 @@ services:
|
||||
volumes:
|
||||
- "/root/mariadb/data:/var/lib/mysql"
|
||||
redis:
|
||||
image: redis:6.0.10
|
||||
image: redis:latest
|
||||
container_name: redis
|
||||
command: redis-server
|
||||
ports:
|
||||
@@ -67,4 +67,4 @@ services:
|
||||
networks:
|
||||
- internal
|
||||
volumes:
|
||||
- "/root/redis/data:/data"
|
||||
- "/root/redis/data:/data"
|
||||
|
||||
Reference in New Issue
Block a user