1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-27 17:00:52 +01:00

docker: remove leftchan references from compose

This commit is contained in:
Zankaria 2024-04-10 16:05:30 +02:00 committed by Zankaria
parent 5a5d315330
commit f8ea32376e

View File

@ -14,7 +14,7 @@ services:
- ./docker/nginx/nginx.conf:/etc/nginx/nginx.conf
- ./docker/nginx/proxy.conf:/etc/nginx/conf.d/proxy.conf
networks:
leftchan_net:
vichan_net:
ipv4_address: 172.20.0.3
links:
- php
@ -26,7 +26,7 @@ services:
- ./local-www:/var/www
- ./docker/php/www.conf:/usr/local/etc/php-fpm.d/www.conf
networks:
leftchan_net:
vichan_net:
ipv4_address: 172.20.0.4
#MySQL Service
db:
@ -40,12 +40,12 @@ services:
MYSQL_DATABASE: vichan
MYSQL_ROOT_PASSWORD: test-database
networks:
leftchan_net:
vichan_net:
ipv4_address: 172.20.0.2
#Docker Networks
networks:
leftchan_net:
vichan_net:
ipam:
driver: default
config: