Skip to content

Commit

Permalink
Fix release docker-compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kovah committed May 19, 2024
1 parent 19e1954 commit 7e102a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.production-simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:

# --- LinkAce Image with PHP and nginx
app:
image: docker.io/library/linkace/linkace:simple
image: docker.io/linkace/linkace:simple
restart: unless-stopped
depends_on:
- db
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:

# --- LinkAce Image with PHP
app:
image: docker.io/library/linkace/linkace:latest
image: docker.io/linkace/linkace:latest
restart: unless-stopped
depends_on:
- db
Expand Down

0 comments on commit 7e102a9

Please sign in to comment.