Skip to content

Commit

Permalink
chore: switch to uselagoon images
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Mar 7, 2024
1 parent e6b8c1c commit 0996d95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .lagoon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ENV WEBROOT=web
# ====================================================================================================
# NGINX IMAGE
# ====================================================================================================
FROM amazeeio/nginx-drupal as nginx
FROM uselagoon/nginx-drupal as nginx

COPY --from=cli /app /app
COPY .lagoon/nginx-conf/redirects-map.conf /etc/nginx/redirects-map.conf
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ services:
<<: *default-environment

mariadb:
image: amazeeio/mariadb-drupal
image: uselagoon/mariadb-drupal
labels:
lagoon.type: mariadb
ports:
Expand Down

0 comments on commit 0996d95

Please sign in to comment.