Skip to content

Commit

Permalink
Merge pull request #8 from xavier-hernandez/develop
Browse files Browse the repository at this point in the history
updated docker compose
  • Loading branch information
xavier-hernandez authored Jan 21, 2023
2 parents 9940803 + 18149ae commit cc2741e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ There is flag to set the web terminal to be read only but you really lose all of
```yml
version: '3.3'
services:
goaccess_console:
goaccess_dc:
image: 'xavierh/goaccess-docker-console:latest'
container_name: goaccess_docker_console
restart: always
Expand All @@ -57,7 +57,7 @@ If you have permission issues, you can add PUID and PGID with the correct user i
```yml
version: '3.3'
services:
goaccess_console:
goaccess_dc:
image: 'xavierh/goaccess-docker-console:latest'
container_name: goaccess_docker_console
restart: always
Expand Down

0 comments on commit cc2741e

Please sign in to comment.