We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a3263f commit 2721fd3Copy full SHA for 2721fd3
1 file changed
docker-compose.example.yml
@@ -2,6 +2,7 @@ version: '2'
2
services:
3
database:
4
image: mariadb:10.4
5
+ restart: always
6
volumes:
7
- "/srv/pterodactyl/database:/var/lib/mysql"
8
environment:
@@ -14,9 +15,11 @@ services:
14
15
16
cache:
17
image: redis:alpine
18
19
20
panel:
21
image: quay.io/pterodactyl/panel:latest
22
23
ports:
24
- "80:80"
25
- "443:443"
0 commit comments