Merge pull request #1953 from parkervcp/update/docker-compose
update docker-compose file
This commit is contained in:
commit
d97bd2ec7b
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,7 @@ version: '2'
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
image: mariadb:10.4
|
image: mariadb:10.4
|
||||||
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- "/srv/pterodactyl/database:/var/lib/mysql"
|
- "/srv/pterodactyl/database:/var/lib/mysql"
|
||||||
environment:
|
environment:
|
||||||
|
@ -14,9 +15,11 @@ services:
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
|
restart: always
|
||||||
|
|
||||||
panel:
|
panel:
|
||||||
image: quay.io/pterodactyl/panel:latest
|
image: quay.io/pterodactyl/panel:latest
|
||||||
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
|
|
Loading…
Reference in a new issue