From 7531befb514324d9dc2a2e3f9f98fc50d7deca84 Mon Sep 17 00:00:00 2001 From: Fabien Crespel Date: Sun, 11 Feb 2024 19:34:39 +0100 Subject: [PATCH] Update Docker config --- README.md | 6 +++--- docker-compose.yml | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e08dbe5..c09a523 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ To make local development easier, you can use [Docker](https://docs.docker.com/e ``` # Pull and start container -docker-compose up -d +docker compose up -d ``` Then, point your browser to http://static.dev.jediholo.net/layout.htm and you should see a sample page. Other services running locally can also use assets from this domain. -To stop all containers, run `docker-compose stop`. \ -To remove containers, run `docker-compose down`. +To stop all containers, run `docker compose stop`. \ +To remove containers, run `docker compose down`. ## Credits diff --git a/docker-compose.yml b/docker-compose.yml index 4212c64..de45726 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,6 @@ -version: '3.5' services: apache: - image: fcrespel/apache:2.4-opensuse15 + image: ghcr.io/fab-infra/apache:2.4-opensuse15 ports: - '127.0.0.10:80:80' volumes: