Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbarry committed Feb 20, 2024
1 parent 3128142 commit 13edac8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ghcr.io/${{ github.repository }}/file-gallery:latest
tags: ghcr.io/${{ github.repository }}/files-gallery:latest
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: '3.8'
services:
app:
files_gallery:
container_name: files-gallery
hostname: files.gallery.local # not used, but without it apache will complain about unknown fqdn on startup
build: .
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: '3.8'
services:
app:
files_gallery:
image: ghcr.io/marcbarry/files-gallery/files-gallery:latest
container_name: files-gallery
restart: 'unless-stopped'
Expand Down

0 comments on commit 13edac8

Please sign in to comment.