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: