Skip to content

Commit

Permalink
Update example-docker-compose.yml (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanschultzie committed Feb 19, 2024
1 parent 6471655 commit bc10d54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ volumes:

services:
tenderduty:
container_name: tenderduty
build: .
command: ""
expose:
Expand All @@ -30,7 +31,8 @@ services:
- monitor-net

caddy:
image: caddy:2.3.0
container_name: caddy
image: caddy:2.7.6
ports:
- "80:80"
- "443:443"
Expand Down

0 comments on commit bc10d54

Please sign in to comment.