Update Docker Hub image

and container names
This commit is contained in:
Birkhoff Lee 2020-07-28 01:55:03 +08:00 committed by GitHub
parent 466f8e2b23
commit 21d0874316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,21 +2,21 @@ version: '2'
services:
namelessmc:
image: derkades/namelessmc-nginx
nginx:
image: namelessmc/nameless-nginx
ports: ['80:80']
volumes: ['/srv/namelessmc/web:/data'] # same as php container
# environment:
# PHP_FPM: namelessmc_php:9000
depends_on: [namelessmc_php]
# PHP_FPM: php:9000
depends_on: [php]
restart: unless-stopped
namelessmc_php:
image: derkades/namelessmc-php
php:
image: namelessmc/nameless-php
volumes: ['/srv/namelessmc/web:/data'] # same as web container
restart: unless-stopped
namelessmc_db:
db:
image: mariadb
volumes: ['/srv/namelessmc/db:/var/lib/mysql']
environment: