Skip to content
Snippets Groups Projects
Verified Commit 96a2d089 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Use right name in docker-compose.yml

parent 000a5fd6
No related branches found
No related tags found
No related merge requests found
Pipeline #773 failed
......@@ -12,7 +12,7 @@ services:
image: memcached:latest
app:
build: .
image: registry.edugit.org/aleksis/aleksis-ng:${ALEKSIS_IMAGE_TAG:-latest}
image: registry.edugit.org/aleksis/aleksis:${ALEKSIS_IMAGE_TAG:-latest}
volumes:
- aleksis_data:/var/lib/aleksis/
environment:
......@@ -25,7 +25,7 @@ services:
- memcached
web:
build: ./docker/nginx
image: registry.edugit.org/aleksis/aleksis-ng/nginx:${ALEKSIS_IMAGE_TAG:-latest}
image: registry.edugit.org/aleksis/aleksis/nginx:${ALEKSIS_IMAGE_TAG:-latest}
volumes:
- aleksis_data:/var/lib/aleksis/
ports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment