Removed the journald driver
This commit is contained in:
@@ -4,8 +4,6 @@ services:
|
||||
container_name: illegitimate
|
||||
image: registry.gitlab.com/illegitimate/illegitimate-bot:main
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: journald
|
||||
environment:
|
||||
- TOKEN=${TOKEN}
|
||||
- MONGOURI=${MONGOURI}
|
||||
@@ -20,8 +18,6 @@ services:
|
||||
container_name: illegitimate-postgres
|
||||
image: postgres:16.4
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: journald
|
||||
volumes:
|
||||
- ${DB_PATH}:/var/lib/postgresql/data
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user