Skip to content

Commit

Permalink
updating image name
Browse files Browse the repository at this point in the history
renaming service php-fpm to omeka-s
  • Loading branch information
sepastian committed Oct 9, 2024
1 parent acc361a commit fd7ec04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ services:
volumes:
- www_dir:/var/www/html
- ./files/nginx/etc/nginx/conf.d/default.conf:/etc/nginx/conf.d/default.conf
php-fpm:
hostname: php-fpm
image: sepastian/omeka-s
omeka-s:
hostname: omeka-s
image: ghcr.io/sepastian/omeka-s-docker:latest
build: .
volumes:
- www_dir:/var/www/html
- ./files/php-fpm/var/www/html/config/local.config.php:/var/www/html/config/local.config.php
- ./files/omeka-s/var/www/html/config/local.config.php:/var/www/html/config/local.config.php
environment:
- OMEKA_DB_CONNECTION_URL
mariadb:
Expand Down

0 comments on commit fd7ec04

Please sign in to comment.