Skip to content

Commit

Permalink
Restore to docker compose 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
thebe14 committed Oct 27, 2023
1 parent 1446eae commit 4cf0029
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
version: '3.3'
version: '3.9'

networks:
default:
name: eosc
driver: bridge

volumes:
Expand Down Expand Up @@ -37,6 +38,7 @@ services:
- certificates:/etc/letsencrypt
healthcheck:
test: ['CMD', '/opt/status.sh']
start_period: 30s
interval: 1m
timeout: 5s
restart: unless-stopped
Expand Down

0 comments on commit 4cf0029

Please sign in to comment.