Skip to content

Commit ed3d884

Browse files
merged branch with upstream
1 parent 64e52b2 commit ed3d884

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
memory: 512M
1616
cpus: '0.5'
1717
ports:
18-
- "27017:27017"
18+
- "127.0.0.1:27017:27017"
1919
volumes:
2020
- mongo_data:/data/db
2121
- ./init-mongo.sh:/init-mongo.sh
@@ -90,8 +90,8 @@ services:
9090
container_name: caddy-service
9191
restart: unless-stopped
9292
ports:
93-
- "8080:80"
94-
- "8443:443"
93+
- "80:80"
94+
- "443:443"
9595
volumes:
9696
- ./Caddyfile:/etc/caddy/Caddyfile
9797
- $PWD/site:/srv

0 commit comments

Comments
 (0)