Skip to content

Commit

Permalink
Revert tag changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed May 21, 2024
1 parent 6649b7c commit 08193bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3'
services:
http:
image: ghcr.io/femiwiki/femiwiki:dev
image: ghcr.io/femiwiki/femiwiki:latest
command: caddy run
ports:
- 8080:8080
Expand All @@ -21,7 +21,7 @@ services:
options:
max-size: '100m'
fastcgi:
image: ghcr.io/femiwiki/femiwiki:dev
image: ghcr.io/femiwiki/femiwiki:latest
volumes:
# Mount secret.php, LocalSettings.php and site-list.xml
- ./development:/a:ro
Expand Down

0 comments on commit 08193bd

Please sign in to comment.