forked from GithubBackups/vichan
update compose
This commit is contained in:
parent
14b8ce42a8
commit
a5e6470f56
@ -70,12 +70,12 @@ services:
|
||||
|
||||
db:
|
||||
image: mysql:lts
|
||||
container_name: vichan_mariadb
|
||||
container_name: vichan_db
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./local-instances/${INSTANCE:-0}/db:/var/lib/mysql
|
||||
ports:
|
||||
- "9082:3306"
|
||||
# ports:
|
||||
# - "9082:3306" # optional for external access
|
||||
environment:
|
||||
MYSQL_DATABASE: ${MYSQL_DATABASE}
|
||||
MYSQL_USER: ${MYSQL_USER}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user