mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2025-12-16 22:32:10 +01:00
Merge pull request #1 from Schmidie64/patch-1
Update docker-compose.yml
This commit is contained in:
@@ -9,8 +9,6 @@ services:
|
||||
image: postgres:11.5-alpine
|
||||
container_name: postgres
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "127.0.0:5432:5432"
|
||||
volumes:
|
||||
- postgres-data:/var/lib/postgresql/data
|
||||
environment:
|
||||
@@ -21,8 +19,6 @@ services:
|
||||
image: redis:5.0-alpine
|
||||
container_name: redis
|
||||
restart: on-failure
|
||||
ports:
|
||||
- 127.0.0.1:6379:6379
|
||||
volumes:
|
||||
- redis-data:/data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user