Skip to content

Commit

Permalink
Update Docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
fcrespel committed Feb 11, 2024
1 parent 4278dd1 commit 7531bef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 7531bef

Please sign in to comment.