Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sawntoe committed Apr 8, 2024
1 parent c84f060 commit 3a11d45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ services:
- '5432:5432' #meant for script to add/update challs

caddy:
image: caddy:latest
restart: always
ports:
- "80:80"
- "443:443"
links:
- "webapp"
volumes:
- ./docker-misc/caddy/Caddyfile
- ./docker-misc/caddy/Caddyfile:/etc/caddy/Caddyfile


# nginx:
Expand Down

0 comments on commit 3a11d45

Please sign in to comment.