Skip to content

Commit

Permalink
chore: change docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
remvze committed Jan 1, 2024
1 parent cb4bfea commit 660ee07
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: '3.9'
services:
remvze:
image: ghcr.io/remvze/moodist
logging:
options:
max-size: 1g
restart: always
ports:
- '8080:8080'
moodist:
image: ghcr.io/remvze/moodist
logging:
options:
max-size: 1g
restart: always
ports:
- '8080:8080'

0 comments on commit 660ee07

Please sign in to comment.